home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / Patchmix / Source / Converter.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  502 b   |  32 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "UnitGen.h"
  5. #import "Param.h"
  6.  
  7. static NXImage     *ocimage;
  8. static NXImage     *opimage;
  9. static NXImage     *cpimage;
  10. static NXImage     *coimage;
  11. static NXImage     *poimage;
  12. static NXImage     *pcimage;
  13. static NXPoint    inOffset;
  14. static NXPoint    outOffset;
  15.  
  16. @interface Converter:UnitGen
  17. {
  18.     id            in;
  19.     id            out;
  20.     NXImage     *image;
  21. }
  22.  
  23. - init;
  24. - remove;
  25. - (NXImage *)getImage;
  26. - move: (NXPoint *)newloc;
  27. - setCtype:(int)n;
  28. - findParamAtPoint:(NXPoint *)point;
  29. - writeUgen;
  30.  
  31. @end
  32.